home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / EZHome / scripts / TEMPLATE.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1998-04-13  |  444 b   |  15 lines

  1. /* EZHome Script Template
  2. **
  3. ** This is a template control script. Examples commands are given in the next few lines.
  4. ** All you need to do is pick the type of command you want (dim, on, off, etc) and 
  5. ** change the housecode and unit code to suit your system. 
  6. **
  7. **    send A10 on
  8. **    send A11 A13 A15 A6 A4 off
  9. **    send A1 AllUnitsOff
  10. **  send A10 A11 dim 6
  11. **  send A10 A11 bright 6
  12. */    
  13.     address EZHOME
  14. /* ENTER YOUR COMMANDS BELOW THIS LINE */
  15.